]> dgit.raspbian.org Git - openblas.git/log
openblas.git
4 months agoFix TRSM on Barcelona target (and possibly others)
Debian Science Maintainers [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Fix TRSM on Barcelona target (and possibly others)

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/26c4eb65d1b60005d6556e432f4a8989efc5b6e6
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5787
     https://github.com/OpenMathLib/OpenBLAS/issues/5810
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-05-16

This should fix i386 test failures such as this one:
https://buildd.debian.org/status/fetch.php?pkg=openblas&arch=i386&ver=0.3.33%2Bds-1&stamp=1777066182&raw=0
Last-Update: 2026-05-16
Gbp-Pq: Name trsm-barcelona.patch

4 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

4 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

4 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

4 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2026-02-03

Instead use the PIC libraries provided by packages liblapack-dev and liblapack64-dev,
stripping from them the symbols that are overridden by OpenBLAS.
Last-Update: 2026-02-03
Gbp-Pq: Name no-embedded-lapack.patch

4 months agoRemove warning about OpenMP
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

4 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

4 months agoopenblas (0.3.33+ds-3) unstable; urgency=medium
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
openblas (0.3.33+ds-3) unstable; urgency=medium

  * i386-zen.patch: drop patch, does not actually fix i386 FTBFS
  * trsm-barcelona.patch: new patch, should really fix i386 FTBFS

[dgit import unpatched openblas 0.3.33+ds-3]

4 months agoImport openblas_0.3.33+ds-3.debian.tar.xz
Sébastien Villemot [Sat, 16 May 2026 09:14:12 +0000 (11:14 +0200)]
Import openblas_0.3.33+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.33+ds-3 openblas_0.3.33+ds-3.debian.tar.xz]

4 months agoImport openblas_0.3.33+ds.orig.tar.xz
Sébastien Villemot [Fri, 24 Apr 2026 18:40:32 +0000 (20:40 +0200)]
Import openblas_0.3.33+ds.orig.tar.xz

[dgit import orig openblas_0.3.33+ds.orig.tar.xz]